home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / menu / fast401.zip / README.DOC < prev    next >
Text File  |  1992-07-31  |  12KB  |  266 lines

  1.                        F A S T    A C C E S S
  2.                             Version 4.01
  3.                            README.DOC File
  4.  
  5. 1) Setup of FAST ACCESS on your system
  6. ======================================================================
  7. If you have used a previous version of FAST ACCESS, you MUST use the
  8. Install program to install FAST ACCESS.  The program will NOT run
  9. unless you do so.
  10.  
  11. **********************************************************************
  12.        You MUST install FAST ACCESS with the Install program !!
  13. **********************************************************************
  14.  
  15. The Install program will install FAST ACCESS in it's own directory
  16. (\FA), make a \BAT directory for your batch files, and move all your
  17. batch files in that directory.  Install will also check your
  18. AUTOEXEC.BAT file, to make sure that your path= statement includes
  19. \BAT and the directory FAST ACCESS was installed in.  Install will
  20. also create a AUTOEXEC.BAT and a CONFIG.SYS file if they do not exist.
  21.  
  22. If your using a DOS version less than 3.0, Install will not install
  23. FAST ACCESS.  Upgrade to DOS version 5.00, it beats ALL other versions
  24. of DOS (uses less memory).
  25.  
  26. When you start FAST ACCESS for the first time, it will display the
  27. main help screen.  You should browse this help screen to understand
  28. how to operate the program.  You should also view the help in the
  29. Setup Configuration.
  30.  
  31. For FAST ACCESS to run your programs, batch files must be created to
  32. execute them.  The batch files to run your programs can be created by
  33. FAST ACCESS when you use the Add command to add a new program. Just
  34. follow the questions FAST ACCESS gives you, and the batch files will
  35. be saved to your disk.  The program will show you exactly what the
  36. batch file looks like while your going through the steps.
  37.  
  38. Batch files can be located in the ROOT directory or in a \BAT
  39. directory ONLY. Any other directory name is NOT supported.
  40.  
  41. NOTE: If your using J.P. Software's 4DOS, you MUST rename your batch
  42.       files to BTM files with the .BTM extension (excluding
  43.       AUTOEXEC.BAT) BEFORE running Install.  Install will ONLY
  44.       recognize .BTM files because it senses that 4DOS is loaded.
  45.       Install will do everything stated in the above paragraph, except
  46.       substitute BAT with BTM.
  47.  
  48. **********************************************************************
  49. Be sure to edit all your existing batch files, including AUTOEXEC.BAT
  50. to load FAST ACCESS, by including FA as the last line of each batch
  51. file.  See batch file examples below.  Use FAEDITOR.EXE to edit your
  52. batch files, either while in the FAST ACCESS enviornment or as a stand
  53. alone program (See Miscellaneous Information: *FAEDITOR.EXE*).
  54. **********************************************************************
  55.  
  56.  
  57. 2) Batch files
  58. ======================================================================
  59. All your batch files should have the basic design as you see below.
  60. You can add items after the 'echo off' command, or before the FA
  61. command as necessary to customize your batch files to run your programs.
  62.  
  63. Comments                                    Batch File
  64. ----------------------------------------------------------------------
  65. Supress display to screen                   echo off
  66. Clear screen                                cls
  67. Change drive that program is on (optional)  D:
  68. Change to program directory     (optional)  cd\123R2
  69. Program name                                .\123
  70. Change to root directory        (optional)  cd\
  71. Change drive back to original   (optional)  C:
  72. Reload FAST ACCESS                          FA
  73.  
  74. NOTE: The ".\" in the program name is put in to make sure that this
  75.       file will be executed in this directory only.  If the program
  76.       file cannot be found, then you will get an error message, and
  77.       FAST ACCESS will reload. If the ".\" were not included, and the
  78.       program file cannot be found, DOS searches it's path to find a
  79.       file with that name.  If you had a batch file with the same
  80.       name, the computer might go into a loop that you cannot get out
  81.       of.
  82.       
  83. NOTE: The 'echo off' will read '@echo off' when using DOS 3.30 or
  84. later.
  85.  
  86.  
  87. 3) For Floppy Disc Users
  88. ======================================================================
  89. If you have two floppy drives, make sure the "A" drive always contains
  90. the following programs:
  91.  
  92.                         FA.EXE
  93.                         FA.INI
  94.                         FA.APP
  95.                         FA1.HLP
  96.                         FA2.HLP
  97.                         FA3.HLP
  98.                         FAEDITOR.EXE
  99.                         FAEDITOR.INI
  100.                         COMMAND.COM
  101.                         CHKDSK.COM or CHKDSK.EXE
  102.                         All your batch files to execute your programs
  103.  
  104. If you have one floppy drive, make sure EACH disc contains the FAST
  105. ACCESS files above, EXCEPT only those batch files that will execute
  106. those programs on that disc.  If your running out of disc space, you
  107. can delete the *.HLP files and the FAEDITOR.* files. You won't be able
  108. to use the Help and Edit commands though.
  109.  
  110.  
  111. 4) How FAST ACCESS works
  112. ======================================================================
  113. When you execute a program by pressing the <Enter> key, FAST ACCESS
  114. loads the keyboard buffer with the batch file name to run that
  115. program.  FAST ACCESS then unloads itself from memory (letting you use
  116. ALL your system memory to run your programs), the batch file name in
  117. the keyboard buffer is executed, and your program is automatically
  118. loaded by the commands in the batch file.  When you exit from the
  119. program you were running, FAST ACCESS is reloaded by the batch file.
  120.  
  121.  
  122. 5) Miscellaneous Information
  123. ======================================================================
  124.  
  125. *Esc Key*
  126. At any time FAST ACCESS asks you a question, you can always use the
  127. <Esc> key to exit/backout of that item.
  128. ----------------------------------------------------------------------
  129.  
  130. *Batch names*
  131. When entering batch file names, you don't have to include the [.BAT]
  132. extension, FAST ACCESS will do that for you.
  133.  
  134. Example: LOTUS.BAT would be entered as LOTUS
  135. ----------------------------------------------------------------------
  136.  
  137. *Directory names*
  138. Example: C:\123R2 is a directory
  139. Example: C:\123R2\WORKSHTS is a subdirectory of C:\123R2
  140.  
  141. When entering directory names, just enter the name without drive
  142. extensions or colons.
  143.  
  144. Example: C:\123R2 would be entered as 123R2
  145.          C:\123R2\WORKSHTS would be entered as 123R2\WORKSHTS
  146.  
  147. The <F2> function key will only list directories.  If your program is
  148. in a sub-directory, you must type in that name.
  149. ----------------------------------------------------------------------
  150.  
  151. *Password Protection*
  152. If your using the password Enabled command (in the Setup window), you
  153. MUST ALWAYS shut down your computer by first quitting FAST ACCESS.  If
  154. you don't do this, the password function will NOT be enabled.  FAST
  155. ACCESS updates it's configuration file (FA.INI) on the Quit command.
  156. ----------------------------------------------------------------------
  157.  
  158. *Mouse users*
  159. To execute programs, double-click the program name.  Any item that is
  160. highlighted in a different color such as Arrow and Enter symbols,
  161. etc., can usually be clicked on with the mouse.  To see the version
  162. number of FAST ACCESS click the (≡) symbol on the left side of the
  163. command line.  The mouse can be used on ALL commands.  Just experiment
  164. with it.
  165. ----------------------------------------------------------------------
  166.  
  167. *FAST ACCESS files*
  168. FA      .EXE - FAST ACCESS program
  169. FA      .INI - Configuration file
  170. FA      .APP - Program data file
  171. FA1     .HLP - Help file for main screen
  172. FA2     .HLP - Help file for setup screen
  173. FA3     .HLP - Help file for Add, Edit & View commands
  174. FAEDITOR.EXE - Editor used to edit batch files
  175. FAEDITOR.INI - Configuration file
  176. README  .DOC - This file
  177. ORDER   .FRM - To register FAST ACCESS
  178. LICENSE .DOC - Site license form
  179. UPDATE  .DOC - Lists the latest revisions to FAST ACCESS
  180. ----------------------------------------------------------------------
  181.  
  182. *FAEDITOR.EXE*
  183. You can also use FAEDITOR.EXE as a stand-alone program.  At the DOS
  184. prompt type FAEDITOR <filename>, where filename is any valid DOS ASCII
  185. text file.  Make sure to include the full pathname.
  186.  
  187. Example: FAEDITOR C:\BAT\123R2.BAT or FAEDITOR C:\CONFIG.SYS
  188.  
  189. FAEDITOR will work as a replacement text editor in XTreeGold, or
  190. XTreePro Gold.
  191.  
  192. NOTE: FAEDITOR can only edit pure ASCII text files smaller than 23K in
  193.       size.
  194. ----------------------------------------------------------------------
  195.  
  196.  
  197. 6) Command-line switches
  198. ======================================================================
  199. There are two command-line switches that can be used as optional
  200. start-up parameters to start FAST ACCESS.
  201.  
  202. /M  = Monochrome mode.  Force screen to display in monochrome mode.
  203. /NE = No Extended screen.  Restricts FAST ACCESS to 25 line display
  204.          mode.
  205.  
  206. You can use one or all switches to run FAST ACCESS.
  207.  
  208. Example: FA /M    = Monochrome display
  209.          FA /M/NE = Monochrome display with no extended screen
  210.  
  211. NOTE: If you start FAST ACCESS with any switch, when you Add a batch
  212.       file, the batch file will automatically add whatever switches
  213.       you have included.
  214. ----------------------------------------------------------------------
  215.  
  216.  
  217. 7) Technical information
  218. ======================================================================
  219. FAST ACCESS, FAEDITOR and INSTALL were written for Microsoft's BASIC
  220. 7.1 PDS compiler by Peter R. Muhlhauser.  Crescent Software
  221. (203) 438-5300 provided QuickPak Professional v4.xx (contains assembly
  222. language routines) and P.D.Q. v2.01 (a replacement linking library
  223. used by INSTALL), which FAST ACCESS uses extensively.  Also, Crescent
  224. provided the majority of the code for FAEDITOR.EXE.  MicroHelp Inc.
  225. (800) 922-3383 provided additional assembly routines (it's library
  226. is much more extensive than Crescent's).
  227.  
  228. FAST ACCESS and all associated files are (C) Copyrighted 1987-1992
  229. with all rights reserved by MSI-Muhlhauser Steel Inc. and
  230. Peter R. Muhlhauser.
  231.  
  232. If you distribute FAST ACCESS to friends, associates, or to a computer
  233. bulletin board system (BBS), please distribute the file FAMENU.ZIP
  234. rather than the individual files for FAST ACCESS.
  235.  
  236. Also, if you like FAST ACCESS, have found some bug(s) in the program,
  237. have any feasible suggestions/improvements for the program, you can
  238. contact me at one of the following.
  239.  
  240. Muhlhauser Steel Inc.
  241. 2437 S. Willow Ave.
  242. Bloomington, CA 92316
  243.  
  244. Phone (714) 877-2792 PST
  245. Fax   (714) 877-1649
  246. CompuServe mail: CIS 70143,501
  247.  
  248.                    
  249. 8) Problems when running FAST ACCESS
  250. ======================================================================
  251. If your using a mouse, be sure to upgrade to the latest mouse driver
  252. for your mouse.  Older mouse drivers may crash/hang your system.
  253.  
  254. Unloading TSR's with batch files may not always work.  DOS loads it's
  255. batch processor first, and the TSR may not be able to unload.
  256.  
  257. If FAST ACCESS will not start on your computer, your system may be
  258. infected with a virus.  The virus called 'Stoned' is known to crash
  259. FAST ACCESS.  Purchase an Anti-Virus program to clean your system.
  260. **********************************************************************
  261.  
  262.  
  263. To print this file, type at the DOS prompt: TYPE README.DOC>PRN
  264. ----------------------------------------------------------------------
  265. END
  266.